﻿
/**详细页面*****右侧搜索**/
.major_search {
    overflow: hidden;
    border: 1px solid #e4e4e4;
    box-shadow: 1px 1px 2px #EEE inset;
    margin-right: 10px;
    margin-top: 25px;
    height: 26px;
    width: 235px;
}

    .major_search .ds_i {
        float: left;
        font-size: 13px;
        height: 18px;
        padding: 4px 5px;
        width: 190px;
        display: block;
        outline: none;
        border: 0px;
        line-height: 18px;
    }

    .major_search .majorsearchIco {
        float: right;
        background: url(../Images/ico/icoKorea.png) -90px -65px no-repeat;
        width: 22px;
        height: 22px;
        display: block;
        margin-top: 3px;
        margin-right: 5px;
        cursor: pointer;
    }
/***********************各个站点公共按钮样式***********************/
.greenBtn {
    background-color: #5EC0FF;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    cursor: pointer;
    color: white;
}

    .greenBtn:hover {
        background-color: #4DADE5;
        color: white;
    }

/****************************************右下角信息样式**************************************/
.rightDownBlock {
    border: 0px solid red;
    position: fixed;
    width: 41px;
    padding-left: 10px;
    bottom: 200px;
    right: 3px;
    z-index: 1000;
    padding-top: 20px;
}

    .rightDownBlock .item {
        width: 40px;
        height: 40px;
        border: 0px solid green;
        position: relative;
    }

    .rightDownBlock .item5 {
        display: none;
    }

    .rightDownBlock .icon {
        width: 41px;
        height: 40px;
        background: url(../images/index2/index2.png) no-repeat;
        background-position: 0px -120px;
        cursor: pointer;
    }

    .rightDownBlock .iconQQ:hover {
        background-position: 0px -160px;
    }

    .rightDownBlock .iconPhone {
        background-position: -50px -120px;
    }

        .rightDownBlock .iconPhone:hover {
            background-position: -50px -160px;
        }

    .rightDownBlock .iconSina {
        background-position: -100px -120px;
    }

        .rightDownBlock .iconSina:hover {
            background-position: -100px -160px;
        }

    .rightDownBlock .iconWechat {
        background-position: -150px -120px;
    }

        .rightDownBlock .iconWechat:hover {
            background-position: -150px -160px;
        }

    .rightDownBlock .iconMove {
        background-position: -200px -120px;
    }

        .rightDownBlock .iconMove:hover {
            background-position: -200px -160px;
        }

.rightDownPanel {
    position: absolute;
    right: 50px;
    bottom: 0px;
    background: #FFF;
    border: 1px solid #A5A5A5;
    box-shadow: rgba(0,0,0,0.3) 0px 0px 4px;
    padding: 10px 15px;
    width: 118px;
    border-radius: 5px;
    display: none;
}



    .rightDownPanel .arrow {
        border-top: 5px solid transparent;
        border-left: 7px solid #A5A5A5;
        border-bottom: 5px solid transparent;
        position: absolute;
        bottom: 15px;
        right: -8px;
        width: 0px;
        height: 0px;
    }

    .rightDownPanel .topImg {
        width: 120px;
    }

    .rightDownPanel .bottomText {
        text-align: center;
    }

    .rightDownPanel .topImg img {
        width: 100%;
    }

    .rightDownPanel .arrowTop {
        border-top: 5px solid transparent;
        border-left: 7px solid #FFF;
        border-bottom: 5px solid transparent;
        position: absolute;
        bottom: 15px;
        right: -7px;
        width: 0px;
        height: 0px;
    }

    .rightDownPanel .title {
        font-size: 16px;
        text-align: center;
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: black;
        letter-spacing: 2px;
    }

    .rightDownPanel .line {
        height: 28px;
        overflow: hidden;
    }

    .rightDownPanel .group {
        display: block;
        border: 0px solid red;
        background: url(../Images/Index2/3-1.png) no-repeat center left;
        padding-left: 27px;
        color: white;
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
    }

    .rightDownPanel .line a.group:hover {
        color: white;
    }

    .rightDownPanel .group div {
        display: block;
        width: 80px;
        text-align: justify;
        text-justify: distribute-all-lines;
    }

    .rightDownPanel .line .qqIcon {
        display: inline-block;
        float: left;
        margin-right: 3px;
        width: 25px;
        height: 25px;
        margin-top: 2px;
    }

    .rightDownPanel .line .name {
        display: inline-block;
        float: left;
        line-height: 28px;
    }

    .rightDownPanel .line a:hover {
        color: #1284d2;
        text-decoration: underline;
    }

    .rightDownPanel .line img {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

        .rightDownPanel .line img:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

@keyframes rightDown {
    from {
        left: -200px;
        opacity: 0;
    }

    to {
        left: -152px;
        opacity: 1;
    }
}

.rightDownBlock .panelShow {
    display: block;
    /*left:-155px;*/
    animation: rightDown ease 0.3s;
}

/****************************************登录框样式**************************************/
.loginWindow {
    width: 300px;
    border: 0px solid red;
    background: white;
    padding: 20px 40px;
    margin: auto;
}

    .loginWindow .title {
        font-size: 20px;
        text-align: center;
        position: relative;
        height: 28px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

        .loginWindow .title a {
            display: inline-block;
            position: absolute;
            right: 10px;
            bottom: 0px;
            font-size: 12px;
            color: #1284d2;
            font-family: Arial;
            font-weight: normal;
        }

            .loginWindow .title a:hover {
                text-decoration: underline;
            }

    .loginWindow .icon {
        width: 20px;
        height: 20px;
        display: inline-block;
        float: left;
        border: 0px solid red;
        margin-top: 4px;
    }

    .loginWindow .textbox {
        height: 30px;
        padding: 3px 10px;
        border: 1px solid #dedede;
        box-shadow: 0px 0px 2px #dedede;
        margin-bottom: 10px;
        border-radius: 2px;
    }

    .loginWindow .textBox-focus {
        border: 1px solid #1284d2;
        box-shadow: #1284d2 0 0px 3px;
    }

    .loginWindow .icon_user {
        background: url(../images/ico/icoCommon.png) no-repeat 0px -120px;
    }

    .loginWindow .icon_pwd {
        background: url(../images/ico/icoCommon.png) no-repeat -30px -120px;
    }

    .loginWindow .textbox input {
        border: 0px;
        height: 18px;
        padding: 6px 10px;
        line-height: 18px;
        font-size: 13px;
        display: inline-block;
        float: left;
        width: 220px;
    }

    .loginWindow .lineBottom {
        font-size: 12px;
    }

        .loginWindow .lineBottom .left > * {
            display: inline-block;
            float: left;
        }

        .loginWindow .lineBottom input {
            margin-top: 6px;
            margin-right: 3px;
            width: 13px;
            height: 13px;
        }

    .loginWindow .greenBtn {
        width: 100%;
        padding: 0px;
        height: 35px;
        line-height: 35px;
        margin-top: 15px;
        margin-bottom: 8px;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .loginWindow .lineRegister {
        font-size: 12px;
    }

        .loginWindow .lineRegister a {
            color: #1284d2;
        }

    .loginWindow .otherInfo {
        border-top: 1px dashed #dedede;
        padding-top: 10px;
        margin-top: 20px;
        font-size: 12px;
    }

        .loginWindow .otherInfo span {
            display: inline-block;
            float: left;
        }

        .loginWindow .otherInfo a {
            display: inline-block;
            float: left;
            width: 22px;
            height: 22px;
            margin-right: 5px;
        }

            .loginWindow .otherInfo a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

            .loginWindow .otherInfo a img {
                width: 100%;
                height: 100%;
            }

    .loginWindow a:hover {
        text-decoration: underline;
    }
/*************************首页头部样式*************************/

.userNameTop .hiddenPanel {
    border: 1px solid #5ec0ff;
    width: 110px;
    position: absolute;
    color: black;
    background: white;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 10px;
    margin-top: 5px;
    left: 50%;
    margin-left: -55px;
    display: block;
    text-align: left;
}

.userNameTop {
    position: relative;
    cursor: pointer;
    margin: 0px 5px;
    display: inline-block;
    /*border: 1px solid transparent;*/
    border:0;
}

    .userNameTop:hover {
        color: #1284d2;
        text-decoration: underline;
    }

    .userNameTop .hiddenPanel a:hover {
        text-decoration: none;
    }

    .userNameTop .btnPanel a:hover {
        text-decoration: none;
        color: white;
    }

    .userNameTop .panelInner {
        margin: 7px 10px;
    }

.hiddenPanel .item {
    line-height: 32px;
    text-indent: 17px;
    cursor: pointer;
}

    .hiddenPanel .item:hover {
        background: #5ec0ff;
        color: white;
    }

.userNameTop .arrowBack {
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #5ec0ff;
    height: 0px;
    width: 0px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
}

.userNameTop .arrow {
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    height: 0px;
    width: 0px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -3px;
}
/*按钮面板*/
.userNameTop .btnPanel {
    border: 1px solid #5ec0ff;
    width: 160px;
    position: absolute;
    color: black;
    background: white;
    box-shadow: rgba(0,0,0,0.6) 0px 0px 10px;
    margin-top: 1px;
    left: 50%;
    margin-left: -100px;
    display: block;
    text-align: left;
    padding: 30px 20px;
    cursor: default;
    display: none;
}

.userNameTop .greenBtn {
    padding: 0px 10px;
}

.userNameTop span.greenBtn {
    display: inline-block;
    float: right;
}


/*********************************************banner 部分样式********************************************/
.homeBannerOuter,
bannerHome {
    overflow: hidden;
}

.bannerContainer .sliderBar .circle {
    margin-left: 320px;
    margin-bottom: 10px;
    background: transparent;
}

.bannerContainer .sliderBar .num li {
    padding-top: 12px;
    width: 12px;
    border: 1px solid #B6B6B6;
    background-color: #FFFFFF;
}

.bannerContainer .sliderBar .num .hot {
    background-color: #FE9741;
}

.homeBanner .sliderBar .circle {
    /*margin-left: 320px;*/
    margin-bottom: 30px;
    background: transparent;
}
.homeBanner .sliderBar .circle {
    bottom: -5px !important;
}

.homeBanner .sliderBar .num li {
    padding-top: 12px;
    width: 12px;
    border: 2px solid white;
    background-color: #FFFFFF;
}

.homeBanner .sliderBar .num .hot {
    background-color: #ACACAC;
}
/*********************************************评论回复公用样式********************************************/
#commentBox {
    margin: auto;
    margin-top: 15px;
}

.leaveWrod {
    padding: 10px 0px;
}

.commentParent {
}

.leaveWrod .replayBtn {
    display: inline-block;
    padding: 0px 4px;
    color: #0B76BE;
}

    .leaveWrod .replayBtn:hover {
        text-decoration: underline;
        color: #0B76BE;
    }

.parentItem {
    padding: 20px 10px;
    border-bottom: 1px dashed #E0E0E0;
}

    .parentItem .topDiv {
        height: auto;
        overflow: hidden;
    }


.leaveWrod .touxiang {
    float: left;
    width: 50px;
    height: 50px;
}

    .leaveWrod .touxiang img {
        width: 100%;
        height: 100%;
    }

.touxiang img {
    width: 100%;
    height: 100%;
    border: 1px solid #CCCCCC;
}

.leaveWrod .itemRight {
    float: left;
    margin-left: 20px;
    width: 560px;
}

.leaveWrod .childItem {
    height: auto;
    overflow: hidden;
    margin-left: 50px;
    margin-top: 20px;
}

.leaveWrod .childRight {
    width: 500px;
    float: left;
    margin-left: 20px;
}

.commentParent .itemTop {
    float: left;
    font-weight: bold;
    font-family: Arial;
}

.itemTop .replay {
    font-weight: normal;
    color: #B5B5B5;
    display: inline-block;
    padding: 0px 8px;
}

.commentParent .itemText {
    margin: 5px 0px;
    word-break: break-all;
    word-wrap: break-word;
}

.leaveWrod .titleDiv {
    border-bottom: 1px solid #dadada;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-indent: 10px;
}



/************头部************/
.header {
    background: #FFF;
    position: relative;
    z-index: 101;
}

.first_line {
    background: #fafafa;
    border-bottom: 1px solid #f1f1f1;
    line-height: 29px;
}

.con_sy {
    width: 984px;
    margin: 0 auto;
    padding: 0 10px;
}

.fh_sye {
    float: right;
}

    .fh_sye a {
        margin-right: 10px;
        color: #1284d2;
    }

        .fh_sye a:hover {
            color: #444444;
        }

.c_zjian {
    width: 1004px;
    margin: 0 auto;
    color: #FFF;
    padding: 15px 0 12px;
    /*height: 40px;*/
}

.logo_hg {
    float: left;
}

.search {
    float: left;
    margin-left: 80px;
    margin-top: 5px;
    width: 545px;
    border: 0px solid red;
    height: 38px;
    font-size: 11px;
}

.reWord a {
    display: block;
    padding: 5px;
    float: left;
    color: #9f9e9e;
}

.ch_k {
    float: left;
    font-size: 13px;
    height: 18px;
    padding: 8px 10px;
    border: 1px solid #e4e4e4;
    border-right: none;
    box-shadow: 1px 1px 2px #EEE inset;
    width: 428px;
    display: block;
    outline: none;
}

    .ch_k:focus {
        box-shadow: 0px 0px 5px #EEE;
    }

#siteSearch {
    display: block;
    float: left;
    font-size: 18px;
    color: #FFF;
    background: #1284d2;
    line-height: 36px;
    padding: 0 15px;
    cursor: pointer;
}

    #siteSearch:hover {
        color: #FF0;
    }

.sou_cz {
    background: url(../images/index2/index2.png) 0 0 no-repeat;
    width: 20px;
    height: 22px;
    float: left;
    margin-top: 7px;
    margin-right: 8px;
    cursor: pointer;
}

.userPanel {
}

    .userPanel span {
        display: inline-block;
        float: right;
    }

    .userPanel .userName {
        max-width: 135px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.d_zc {
    float: left;
    margin-top: 10px;
    float: right;
}

    .d_zc .separate {
        margin: 0 5px;
    }

.d_zc {
    color: #979797;
    font-size: 15px;
}

    .d_zc span a {
        color: #6e6e6e;
    }

        .d_zc span a:hover {
            color: #1284d2;
        }


/*导航*/
.navigation {
    background: #1284d2;
    color: #FFF;
    position: relative;
    z-index: 100;
    font-size: 16px;
    letter-spacing: 1px;
}

    .navigation .inner {
        width: 1004px;
        margin: 0 auto;
    }

    .navigation .index {
        float: left;
        line-height: 40px;
        background: #054f81;
        width: 164px;
        text-align: center;
        color: #FFF;
    }

    .navigation .itemContainer {
        float: left;
        width: 140px;
        height: 40px;
        line-height: 40px;
        margin-left: 25px;
        text-align: center;
        cursor: pointer;
    }

        .navigation .itemContainer, .navigation .itemContainer .show {
            color: white;
        }

    .navigation .active, .navigation .active .show {
        background-color: #E7F6FF;
        color: #054F81;
    }

    .navigation .itemContainer:hover .arrow {
        background: url(../images/index2/index2.png) -60px 0 no-repeat;
        transform: rotate(180deg);
    }

    .navigation .arrow {
        width: 13px;
        height: 9px;
        background: url(../images/index2/index2.png) -30px 0px no-repeat;
        border: 0px solid red;
        display: inline-block;
        transition: transform linear 0.3s;
        transform-origin: center center;
        *margin-top: -15px;
    }

    .navigation .downList {
        width: 140px;
        background-color: #F4F2F2;
        padding-bottom: 15px;
        color: #444444;
        font-size: 14px;
        letter-spacing: 1px;
        display: none;
    }

        .navigation .downList .item {
            height: 34px;
            line-height: 34px;
            border-bottom: 1px dashed white;
            text-align: center;
        }

            .navigation .downList .item:hover {
                background-color: #DEDBDB;
            }
/************************底部************************/
.footer {
    margin-top: 35px;
}

    .footer .iconLine {
        background-color: #1284D2;
        height: 85px;
    }

    .footer .inner {
        width: 1004px;
        margin: auto;
        border: 0px solid red;
    }

    .footer .textOne {
        text-align: center;
        margin-top: 30px;
    }

    .footer .textTwo {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 13px;
    }

        .footer .textTwo a {
            color: #444444 !important;
        }

            .footer .textTwo a:hover {
                color: #1284d2 !important;
            }
.bottomLink {
    font-size:13px;
}
.bottomLink a {
    color: #444444 !important;
    font-size:13px;
}

    .bottomLink a:hover {
        color: #1284d2 !important;
    }

.footer .iconLine .item {
    height: 85px;
    width: 96px;
    float: left;
    color: white;
    text-align: center;
    font-weight: lighter;
    margin-left: 40px;
}

    .footer .iconLine .item:hover {
        background-color: #0D6AAD;
    }

.footer .iconLine .icon {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 4px;
    border: 0px solid red;
}

.footer .iconLine .icon1 {
    background: url(../images/index2/index2.png) no-repeat 0px -220px;
}

.footer .iconLine .icon2 {
    background: url(../images/index2/index2.png) no-repeat -44px -220px;
}

.footer .iconLine .icon3 {
    background: url(../images/index2/index2.png) no-repeat -90px -220px;
}

.footer .iconLine .icon4 {
    background: url(../images/index2/index2.png) no-repeat -134px -220px;
}

.footer .iconLine .icon5 {
    background: url(../images/index2/index2.png) no-repeat -179px -220px;
}

.footer .iconLine .icon6 {
    background: url(../images/index2/index2.png) no-repeat -225px -220px;
}

.footer .iconLine .icon7 {
    background: url(../images/index2/index2.png) no-repeat -270px -220px;
}

.footer .iconLine .icon8 {
    background: url(../images/index2/index2.png) no-repeat -316px -220px;
}

.footer .iconLine .icon9 {
    background: url(../images/index2/index2.png) no-repeat -361px -220px;
}

.footer .iconLine .icon10 {
    background: url(../images/index2/index2.png) no-repeat -405px -220px;
}

.footer .iconLine .icon11 {
    background: url(../images/index2/index2.png) no-repeat -454px -220px;
}

.footer .textTop {
    margin: auto;
    width: 520px;
    overflow: hidden;
    margin-top: 20px;
}

.textTop .weib_div, .textTop .weix_div {
    width: 245px;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    float: left;
    margin: 0px 5px;
}

.textTop .wei_left {
    float: left;
    width: 83px;
    height: 83px;
    padding: 9px;
}

    .textTop .wei_left img {
        width: 83px;
        height: 83px;
    }

.textTop .wei_right {
    padding-top: 9px;
    float: left;
}

.wei_right .wr_f1 {
    font-size: 14px;
}

.wei_right .wr_f2 {
    font-size: 12px;
    color: #818181;
    line-height: 30px;
}

.wei_right .wr_gz {
    cursor: pointer;
    color: #fff;
    background: #FF9D01;
    width: 68px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}

.wr_gz a {
    color: #fff;
}

    .wr_gz a:hover {
        color: #fff;
    }

.wei_right .wr_gz:hover {
    background: #FEA963;
}

.wei_right .wr_gz span {
    padding: 0 5px;
    color: #fff;
    font-weight: bold;
}

/**********投诉中心*************/
.complain_succMes {
    text-align: center;
    padding: 10px 0px;
}

    .complain_succMes a {
        font-size: 18px;
        color: #FEA963;
    }


/*******网站顶部********/
.logTop {
    width: 100%;
    background: #FAFAFA;
    height: 30px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 30px;
    font-family: "宋体",Arial,'Microsoft YaHei';
    position: relative;
    z-index: 102;
    font-size: 13px;
    /*overflow:hidden;*/
}

    .logTop .inner {
        width: 1004px;
        margin: auto;
    }

        .logTop .inner .left {
            float: left;
        }

            .logTop .inner .left span {
                display: inline-block;
                padding: 0px 8px;
                color: #A6A6A6;
            }

        .logTop .inner .right {
            float: right;
            margin-right: 20px;
        }

    .logTop a:hover {
        text-decoration: underline;
    }

.jp_smallmenu {
    margin-top: -28px;
    z-index: 1000;
    display: none;
    position: absolute;
    margin-left: 90px;
}

    .jp_smallmenu .arrowLeft {
        border-top: 4px solid transparent;
        border-left: 2px solid transparent;
        border-right: 8px solid #fff;
        border-bottom: 4px solid transparent;
        width: 0px;
        height: 0px;
        position: absolute;
        left: -10px;
        top: 10px;
    }

/**********国家专题顶部****************/
.hd_head {
    background: #000000;
    height: 45px;
    clear: both;
}

.head_in {
    width: 1003px;
    margin: 0 auto;
    clear: both;
    height: 34px;
    position: relative;
}

    .head_in .logo {
        float: left;
        margin-top: 5px;
        line-height:initial;
    }

.hd_head .h_r {
    float: right;
    min-width: 750px;
    height: 45px;
    font:initial;
    line-height: 45px;
    letter-spacing:initial;
}

.hd_head .h_l {
    float: left;
    color: #FFFFFF;
}

.h_r .h_l a {
    color: #FFFFFF;
    padding: 0 10px;
    font-size: 14px;
}

.h_r .h_2 span, .h_r .h_2 a {
    color: #fff;
    font-size: 14px;
}

    .h_r .h_l a:hover, .h_r .h_2 a:hover {
        color: red;
    }

.top_arrowTop {
    border-top: 2px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f1f1f1;
    width: 0px;
    height: 0px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    margin-top: -25px;
}

.memus {
    position: absolute;
    padding-top: 15px;
    padding-bottom: 10px;
    top: 200px;
    opacity: 1;
    display: none;
    width: 87px;
    background-size: 110px 120px;
    text-align: center;
    font-size: 12px;
    z-index: 999;
    background: #f1f1f1;
}

.logTop .memus {
    width: 90px;
    border: 1px solid #d8d8d8;
    background: #FAFAFA;
    padding-top: 5px;
}

    .logTop .memus li {
        border-bottom: 1px dashed #d8d8d8;
    }

.logTop #t_menunav {
    text-decoration: none;
    color: #444;
}
/***tq列表****/
.leftTQ {
    width: 100px;
    background: #5EC0FF;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: fixed;
    /*top: 240px;*/
    left: 30px;
    /*right:15px;*/
    bottom: 30%;
    z-index: 999;
    padding-top: 30px;
}

.Topimg {
    position: absolute;
    width: 100px;
    top: -110px;
    left: 0;
}

    .Topimg img {
        width: 100px;
    }

.tqList {
    width: 86px;
    background: #fff;
    margin: auto;
    margin-bottom: 10px;
}

    .tqList .item {
        text-align: center;
    }

    .tqList .it_ico {
        display: block;
        width: 14px;
        height: 14px;
        background: url(../images/index2/tq_face.png) no-repeat;
        margin-left: 4px;
        margin-top: 4px;
        float: left;
    }

.tqClose {
    text-align: center;
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 13px;
    background: #5EC0FF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: -14px;
    top: -23px;
    cursor: pointer;
}

.tq_tel {
    width: 100px;
}

    .tq_tel img {
        width: 100px;
    }

.leftSmall {
    position: fixed;
    width: 25px;
    color: #fff;
    bottom: 300px;
    left: 2px;
    /*right:5px;*/
    background: #5EC0FF;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}


/*元旦装饰*/
/*.yd_zhuang {
    z-index: 1000;
    position: absolute;
}

.yd_zs01 {
    left: 24px;
}

.yd_zs02 {
    left: 34%;
    top: 43px;
}

.yd_zs03 {
    background: url(../images/zhuangshitu.png) 3px 3px no-repeat;
    width: 110px;
    height: 115px;
    top: 20px;
    right: 255px;
    z-index: 9;
}

.yd_zs04 {
    background: url(../images/zhuangshitu.png) -117px 3px no-repeat;
    width: 110px;
    height: 115px;
    top: 20px;
    right: -9px;
}

.yd_zs05 {
    background: url(../images/zhuangshitu.png) -225px 3px no-repeat;
    width: 85px;
    height: 160px;
    left: 55%;
    top: 610px;
}

.yd_zs06 {
    right: 14%;
    top: 30px;
}

.yd_zs07 {
    background: url(../images/zhuangshitu.png) -310px 3px no-repeat;
    width: 85px;
    height: 205px;
    left: 290px;
    top: 0px;
}*/

/*元旦贺信*/
.hexinDiv {
    position: fixed;
    top: 50%;
    z-index: 9999;
    left: 50%;
    margin-left: -575px;
    margin-top: -260px;
}

#bannerHeXin {
    border-radius: 1px;
    box-shadow: #444444 0 0px 20px;
    background: white;
    border: 1px solid #fff;
}

.hexin_ico {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 5px;
    top: 220px;
    background: url(../images/hexin/hexin_ico01.png) no-repeat;
}

.hexinDiv .sliderBar .circle {
    background: none;
    padding: 1px 1px;
    border-radius: 10px;
}

    .hexinDiv .sliderBar .circle li {
        float: initial;
        display: block;
        padding-top: 26px;
        width: 26px;
        border-radius: 50%;
        background-color: #B7B7B7;
        overflow: hidden;
        margin: 5px 0px;
        cursor: pointer;
        left: 30px;
        float: none;
    }

.hexinDiv .sliderBar .num .hot {
    left: 15px;
    width: 55px;
    height: 30px;
    background: url(../images/hexin/hexin_ico01.png) no-repeat;
}

.hexin_Video {
    position: absolute;
    left: 130px;
    top: 223px;
}

    .hexin_Video div {
        float: left;
        margin-left: 50px;
    }

.hx_close {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    right: 3px;
    top: 5px;
    cursor: pointer;
    font-family: sans-serif;
    z-index: 9;
}

/*底部广告条*/
.bot_Bg {
    width: 100%;
    height: 140px;
    margin: auto;
    position: fixed;
    bottom: 0px;
    z-index: 888;
    background: #000;
    opacity: 0.8;
}

.bottomGu {
    width: 100%;
    height: 140px;
    margin: auto;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}

    .bottomGu .bg_div {
        width: 1004px;
        height: 140px;
        margin: auto;
        left: 50%;
        margin-left: -621px;
        position: absolute;
    }

    .bottomGu span {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 40px;
        right: 60px;
        top: 15px;
        cursor: pointer;
        font-family: sans-serif;
        z-index: 1111;
    }


/*春节装饰*/
.cj_pic01 {
    position: absolute;
    margin-left: -135px;
}

.cj_pic02 {
    position: absolute;
    margin-left: 230px;
    margin-top: 16px;
}

.cj_pic03 {
    position: absolute;
    margin-left: 6px;
}

.cj_pic04 {
    position: absolute;
    margin-left: 257px;
}

.cj_pic05 {
    position: absolute;
    margin-left: 6px;
    z-index: 1;
}

.cj_pic06 {
    position: absolute;
    margin-left: 234px;
    z-index: 1;
}


/******************右下角悬浮***************************/
.newrightDownBlock {
    border: 0px solid red;
    position: fixed;
    width: 49px;
    padding-left: 10px;
    bottom: 260px;
    right: 15px;
    z-index: 1000;
    padding-top: 20px;
}

    .newrightDownBlock .item {
        width: 48px;
        height: 48px;
        border: 0px solid green;
        position: relative;
        margin-top: 2px;
    }


    .newrightDownBlock .icon {
        width: 48px;
        height: 48px;
        background: url(../images/index2/rightIco.png) no-repeat;
        background-position: -22px -12px;
        cursor: pointer;
    }

    .newrightDownBlock .iconCePing:hover {
        background-position: -84px -12px;
    }

    .newrightDownBlock .iconZiLiao {
        background-position: -22px -59px;
    }

        .newrightDownBlock .iconZiLiao:hover {
            background-position: -84px -59px;
        }

    .newrightDownBlock .iconWenda {
        background-position: -22px -106px;
    }

        .newrightDownBlock .iconWenda:hover {
            background-position: -84px -106px;
        }

    .newrightDownBlock .iconQQ {
        background-position: -22px -154px;
    }

        .newrightDownBlock .iconQQ:hover {
            background-position: -84px -154px;
        }

    .newrightDownBlock .iconLiuYan {
        background-position: -22px -203px;
    }

        .newrightDownBlock .iconLiuYan:hover {
            background-position: -84px -203px;
        }
         .newrightDownBlock .iconWeiXin {
        background-position: -23px -352px;
    }

        .newrightDownBlock .iconWeiXin:hover {
            background-position: -84px -352px;
        }

    .newrightDownBlock .iconShare {
        background: url(../images/index2/rightIconew.png) no-repeat;
        background-position: -23px -302px;
    }

        .newrightDownBlock .iconSharehover {
            background: url(../images/index2/rightIconew.png) no-repeat;
            background-position: -84px -302px;
        }


    .newrightDownBlock .bdsharebuttonbox{
        position:absolute;
        width:178px;
        height:44px;
        border:1px solid #e95070;
        top:1px;
        right:45px;
        background:#fff;
        padding:0 5px;
        display:none;
    }
    .newrightDownBlock .bds_qzone {
        width: 33px;
        height: 33px;
        background: url(../Images/ico/shareIco.png) no-repeat;
        background-position:-4px -10px !important;
            padding-left: 0px !important;
            margin-left:5px !important;
    }
.newrightDownBlock .bds_tsina {
        width: 33px;
        height: 33px;
        background: url(../Images/ico/shareIco.png) no-repeat;
        background-position:-74px -10px !important;
            padding-left: 0px !important;
            margin-left:5px !important;
    }
.newrightDownBlock .bds_tieba {
        width: 33px;
        height: 33px;
        background: url(../Images/ico/shareIco.png) no-repeat;
        background-position:-110px -10px !important;
            padding-left: 0px !important;
            margin-left:5px !important;
    }
.newrightDownBlock .bds_weixin {
        width: 33px;
        height: 33px;
        background: url(../Images/ico/shareIco.png) no-repeat;
        background-position:-39px -10px !important;
            padding-left: 0px !important;
            margin-left:5px !important;
    }

/******日本站顶部链接样式*****/
.otherLink {
    margin-right: 20px;
}

    .otherLink a {
        display: block;
        width: 140px;
        height: 26px;
        border: 1px solid #FF6699;
        text-align: center;
        line-height: 26px;
    }

        .otherLink a:hover {
            border: 1px solid #FFD9E6;
            background: #FFD9E6;
            color: initial;
        }

.sguRK {
    position: absolute;
    right: -90px;
    top: 15px;
    height: 44px;
    text-align: center;
    border: 1px solid #FF6699;
    padding: 7px;
}
.sguRK:hover{
    border: 1px solid #FFD9E6;
            background: #FFD9E6;
            color: #444;
}
/********活动顶部 菜单样式***********/
.memus ul li a {
    color: #000;
}

    .memus ul li a:hover {
        color: red;
    }

/*******************/
.weixinPic{
    position: absolute;
    width: 160px;
    height: 180px;
    top: -65px;
    right: 55px;
    padding: 0 5px;
    display:none;
}


/******日本站首页底部悬浮********/
.jphomebotModel {
    position: fixed;
    bottom: 0;
    background: url('../Images/2022/2022bg_01.png') bottom repeat-x;
    height: 310px;
    width: 100%;
    z-index: 10000;
    left: 0;
    display: none;
}
    .jphomebotModel .bigBG {
        position: absolute;
        bottom: 0;
        background: url('../Images/2022/2022bg_02.png') bottom center no-repeat;
        height: 310px;
        z-index: 10001;
        left:50%;
        margin-left:-740px;
        width:1480px;
    }
    .jphomebotModel .jphomebotMain {
        position: absolute;
        height: 180px;
        z-index: 10002;
        left: 50%;
        margin-left: -502px;
        width: 1004px;
        bottom: 0;
    }
    .jphomebotModel .bdDiv {
        width: 620px;
        float: right;
        padding-top: 10px;
    }
    .jphomebotModel .jphomebotMain .closeBtn {
        width: 25px;
        height: 25px;
        font-size: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }
        .jphomebotModel .bdDiv .item {
            width: 245px;
            height: 46px;
            line-height: 46px;
            padding: 0 5px;
            float: left;
            background: #fff;
            margin: 22px 14px 0;
        }
        .jphomebotModel .bdDiv .item input {
            width: 100%;
            height: 46px;
            line-height: 46px;
            border: 0;
        }
        .jphomebotModel .bdDiv .item select {
            width: 100%;
            height: 46px;
            line-height: 46px;
            border: 0;
        }
        .jphomebotModel .bdDiv .tjBtn {
            width: 245px;
            height: 46px;
            line-height: 46px;
            padding: 0 5px;
            float: left;
            background: #fe9741;
            margin: 22px 14px 0;
            color: #fff;
            text-align: center;
            font-size:18px;
            cursor:pointer;
        }
.jphomebotModel_lf{
    position:fixed;
    left:0;
    bottom:15px;
    width:122px;
    height:139px;
    cursor:pointer;
    z-index:10003;
    display:none;
}

/******日本站内容页中间悬浮********/
.jpneibdModel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 0;
    top:0;
    display: none;
}

    .jpneibdModel .bigBG {
        position: absolute;
        background: #000;
        opacity: .6;
        height: 100%;
        z-index: 10001;
        width: 100%;
        left: 0;
        top: 0;
    }

    .jpneibdModel .jpneibdMain {
        position: absolute;
        background: url('../Images/2022/2022bg_04.jpg') center top no-repeat #fff;
        background-size:80%;
        width: 385px;
        height: 520px;
        z-index: 10002;
        left: 50%;
        margin-left: -192.5px;
        top: 50%;
        margin-top: -260px;
        border-radius: 10px;
    }

    .jpneibdModel .bdDiv {
        width: 380px;
        margin: 137px auto 0;
        padding-top: 10px;
    }

    .jpneibdModel .closeBtn {
        width: 25px;
        height: 25px;
        font-size: 25px;
        text-align: center;
        line-height: 25px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    .jpneibdModel .bdDiv .item {
        width: 310px;
        height: 42px;
        line-height: 42px;
        padding: 0 5px;
        background: #fff;
        margin: 22px auto 0;
        border: 1px solid #a7a7a7;
        border-radius: 8px;
    }

        .jpneibdModel .bdDiv .item input {
            width: 100%;
            height: 40px;
            line-height: 40px;
            border: 0;
            box-sizing: border-box;
            padding: 0;
            margin: 0;
            border-radius: 12px;
            font-size: 18px;
        }

        .jpneibdModel .bdDiv .item select {
            width: 100%;
            height: 40px;
            line-height: 40px;
            border: 0;
            box-sizing: border-box;
            border-radius: 12px;
            font-size: 18px;
        }

    .jpneibdModel .bdDiv .tjBtn {
        width: 310px;
        height: 50px;
        line-height: 50px;
        padding: 0 5px;
        background: #ff6699;
        margin: 22px auto 0;
        color: #fff;
        text-align: center;
        font-size: 18px;
        border-radius:8px;
        cursor: pointer;
    }

/******au站内容页中间悬浮********/
.auneibdModel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 0;
    top: 0;
    display: none;
}

    .auneibdModel .bigBG {
        position: absolute;
        background: #000;
        opacity: .6;
        height: 100%;
        z-index: 10001;
        width: 100%;
        left: 0;
        top: 0;
    }

    .auneibdModel .auneibdMain {
        position: absolute;
        background: url('../Images/Index2/autan02.jpg') top left no-repeat #fff;
        background-size: contain;
        width: 560px;
        height: 535px;
        z-index: 10002;
        left: 50%;
        margin-left: -280px;
        top: 50%;
        margin-top: -267.5px;
        border-radius: 10px;
    }

    .auneibdModel .bdDiv {
        width: 362px;
        float:right;
        padding-top:20px;
    }
        .auneibdModel .bdDiv .p1 {
            display: block;
            width: 295px;
            margin: auto;
            font-size: 24px;
            font-weight: bold;
            border-bottom: 2px solid #dcdcdc;
            text-align: center;
            padding:12px;
        }
        .auneibdModel .bdDiv .p2 {
            display: block;
            width: 100%;
            margin: auto;
            font-size: 18px;
            color: #808080;
            line-height:35px;
            text-align:center;
            padding:15px 0;
        }
            .auneibdModel .bdDiv .p2 span {
                font-size: 32px;
                color: #ed6c00;
            }
    .auneibdModel .closeBtn {
        width: 25px;
        height: 25px;
        font-size: 25px;
        text-align: center;
        line-height: 25px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    .auneibdModel .bdDiv .item {
        width: 310px;
        padding: 10px;
        margin: 0 auto 0;
        border-top: 1px dashed #dcdcdc;
        border-radius: 8px;
        overflow:hidden;
        font-size:16px;
    }
        .auneibdModel .bdDiv .item p {
            color: #808080;
            padding-bottom:10px;
        }
        .auneibdModel .bdDiv .item .rDiv {
            float:left;
            margin:0 20px 0 0;
        }

    .auneibdModel .bdDiv .item02 select {
        width: 100px;
        height: 40px;
        line-height: 40px;
        border: 0;
        box-sizing: border-box;
        background: #f7f7f7;
        float:left;
        text-align:center;
    }
    .auneibdModel .bdDiv .item02 #txtContact {
        float: left;
        width: 180px;
        height: 40px;
        line-height: 40px;
        border: 0;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        background: #f7f7f7;
    }

    .auneibdModel .bdDiv .item01 select {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #d2d2d2;
        box-sizing: border-box;
        background: #f7f7f7;
    }
    .auneibdModel .bdDiv .bdk {
        border: 1px solid #d2d2d2;
        overflow: hidden;
        background: #f7f7f7;
    }

    .auneibdModel .bdDiv .tjBtn {
        width: 310px;
        height: 50px;
        line-height: 50px;
        padding: 0 5px;
        background: #3b99fc;
        margin: 22px auto 0;
        color: #fff;
        text-align: center;
        font-size: 18px;
        border-radius: 8px;
        cursor: pointer;
    }
.auyzxfDiv {
    background: url('../Images/Index2/autan01.png') bottom center no-repeat;
    position: fixed;
    height: 216px;
    width: 100%;
    bottom: 0;
    z-index: 100;
}

    .auyzxfDiv .auyzxfBtn {
        width: 175px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 45px;
        background: #fff;
        color: #013bb9;
        font-size: 22px;
        position: absolute;
        top: 140px;
        left: 50%;
        margin-left: 230px;
        cursor: pointer;
    }

    .auyzxfDiv .closeBtn {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 30px;
        position: absolute;
        right: 50%;
        margin-right: -500px;
        top: 118px;
        cursor: pointer;
        color:#fff;
    }

.auyzxfDivBtn {
    position: fixed;
    height: 46px;
    width: 205px;
    background: #013bb9;
    bottom: 4px;
    left: 50%;
    margin-left: -750px;
    z-index: 100;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 46px;
    display: none;
    cursor: pointer;
}



/******uk站内容页中间悬浮********/
.ukneibdModel .auneibdMain {
    background: url('../Images/Index2/uktan02.jpg') top left no-repeat #fff;
}
.ukyzxfDiv {
    background: url('../Images/Index2/uktan01.png') bottom center no-repeat;
    height: 200px;
}
    .ukyzxfDiv .auyzxfBtn {
        color: #ff123f;
    }
.ukyzxfDivBtn {
    background: #ff123f;
}